home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Misc. / Ocular Anatomy Tutor / background_2278.txt < prev    next >
Text File  |  1990-02-22  |  2KB  |  102 lines

  1. -- background: 2278 from stack: in
  2. -- bmap block id: 4018
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2007
  11. -- rect: left=1 top=3 right=301 bottom=508
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 11
  19. -- part name: Data
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=481 top=304 right=341 bottom=510
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 14953 / 14953
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Exit
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual iris close
  37.   go to card id 2918
  38. end mouseUp
  39.  
  40.  
  41.  
  42.  
  43. -- part 3 (button)
  44. -- low flags: 00
  45. -- high flags: 2000
  46. -- rect: left=444 top=313 right=340 bottom=473
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 1009 / 1009
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Topics
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   visual iris close
  58.   go to card id 3400
  59. end mouseUp
  60.  
  61.  
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=402 top=309 right=339 bottom=433
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 26425 / 26425
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Go Forward
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual scroll left
  79.   doMenu "Next"
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 6 (button)
  85. -- low flags: 00
  86. -- high flags: 2000
  87. -- rect: left=367 top=310 right=339 bottom=401
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 902 / 902
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Go Back
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual scroll right
  99.   doMenu "Prev"
  100. end mouseUp
  101.  
  102.